Skip to content

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy-sdk-regen-25445765070] 2.4.5#516

Closed
maiengineering wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-25445765070
Closed

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK [speakeasy-sdk-regen-25445765070] 2.4.5#516
maiengineering wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-25445765070

Conversation

@maiengineering
Copy link
Copy Markdown
Collaborator

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • mistral.workflows.executions.stream(): response.[].data.data Changed (Breaking ⚠️)
  • mistral.workflows.events.get_stream_events(): response.[].data.data Changed (Breaking ⚠️)
  • mistral.workflows.events.get_workflow_events(): response.events[] Changed (Breaking ⚠️)
  • mistral.events.get_stream_events(): response.[].data.data.union(CustomTaskInProgressResponse).attributes.payload Changed (Breaking ⚠️)
  • mistral.events.get_workflow_events(): response.events[] Changed (Breaking ⚠️)
  • mistral.beta.connectors.get_authentication_methods(): response.[].has_default_credentials Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/workflows/events/list
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] maximum (7432:22)❌ 
│ │       └──[+] minimum (7433:22)❌ 
│ ├─┬/v1/workflows/registrations
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] maximum (7707:22)❌ 
│ │       └──[+] minimum (7708:22)❌ 
│ └─┬/v1/workflows
│   └─┬GET
│     └─┬Parameters
│       └─┬Schema
│         ├──[+] maximum (7585:22)❌ 
│         └──[+] minimum (7586:22)❌ 
└─┬Components
  ├──[+] schemas (19103:7)
  ├─┬VoiceCreateRequest
  │ └─┬sample_audio
  │   └──[+] contentMediaType (17877:29)❌ 
  ├─┬JSONPatchPayloadResponse
  │ ├──[+] required (19095:11)❌ 
  │ ├──[🔀] description (19096:20)
  │ ├──[+] properties (19083:9)
  │ ├─┬type
  │ │ ├──[-] type (19064:17)❌ 
  │ │ ├──[🔀] title (19089:18)
  │ │ ├──[🔀] description (19090:24)
  │ │ ├──[-] default (19067:20)❌ 
  │ │ ├──[-] const (19068:18)❌ 
  │ │ ├──[+] anyOf (19085:15)
  │ │ └──[+] anyOf (19088:15)
  │ └─┬value
  │   └──[🔀] $ref (19104:9)❌ 
  ├─┬PublicAuthenticationMethod
  │ ├──[+] required (17449:11)❌ 
  │ ├──[+] properties (17443:9)
  │ ├─┬method_type
  │ │ └──[🔀] $ref (17437:11)❌ 
  │ └─┬headers
  │   ├──[+] type (17444:17)❌ 
  │   ├──[🔀] title (17445:18)
  │   ├──[-] anyOf (17432:15)❌ 
  │   └──[-] anyOf (17435:15)❌ 
  └─┬JSONPayloadResponse
    ├──[+] required (19183:11)❌ 
    ├──[🔀] description (19184:20)
    ├──[+] properties (19171:9)
    ├─┬value
    │ ├──[+] type (19163:17)❌ 
    │ ├──[🔀] title (19164:18)
    │ ├──[🔀] description (19165:24)
    │ ├──[+] default (19166:20)❌ 
    │ └──[+] const (19167:18)❌ 
    └─┬type
      ├──[-] type (19138:17)❌ 
      ├──[🔀] title (19177:18)
      ├──[🔀] description (19178:24)
      ├──[-] default (19141:20)❌ 
      ├──[-] const (19142:18)❌ 
      ├──[+] anyOf (19173:15)
      └──[+] anyOf (19176:15)
Document Element Total Changes Breaking Changes
paths 6 6
components 35 18

View full report

Linting Report 0 errors, 6 warnings, 51 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.761.1

Last updated by Speakeasy workflow

* `mistral.workflows.executions.stream()`:  `response.[].data.data` **Changed** (Breaking ⚠️)
* `mistral.workflows.events.get_stream_events()`:  `response.[].data.data` **Changed** (Breaking ⚠️)
* `mistral.workflows.events.get_workflow_events()`:  `response.events[]` **Changed** (Breaking ⚠️)
* `mistral.events.get_stream_events()`:  `response.[].data.data.union(CustomTaskInProgressResponse).attributes.payload` **Changed** (Breaking ⚠️)
* `mistral.events.get_workflow_events()`:  `response.events[]` **Changed** (Breaking ⚠️)
* `mistral.beta.connectors.get_authentication_methods()`:  `response.[].has_default_credentials` **Added**
@maiengineering maiengineering added the patch Patch version bump label May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants